Book Contents

Example: Expressions that return numeric values

The following table shows the expressions that return numeric values.

For these examples, assume tag1 = 5 and tag2 = 25.

Expressions

Returned values

tag1

5

tag1 + tag2

(arithmetic operator)

30

~tag1

(bitwise operator)

-6

SQRT(tag2)

(mathematical function)

5

See also

About expressions